pck_common
Lines of Code: 85	

function GetAge(pi_dtDOB in date) return number

	helper function used to get age given date of birth 

function GetPiece(strData      in varchar2,
strDelimiter in varchar2,
nPosition    in NUMBER) return varchar2

	get a piece of data from a string given the delimeter and position 

function join(p_cursor sys_refcursor, p_del varchar2 := ',')
return varchar2

	join data together by delimeter and return 

	

